home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / C mon v3 d3.adf / CMANV3_3.LHA / ReadMe.doc < prev    next >
Text File  |  1992-07-12  |  8KB  |  215 lines

  1.  
  2. AMIGA C ENCYCLOPEDIA (ACE) V3.00   ANDERS BJERIN   AMIGA C CLUB
  3. --------------------------------   -------------   ------------
  4.  
  5. Copyright 1992, Anders Bjerin. All rights reserved. These disks
  6. may be copied to others if no fee, except to cover the costs,
  7. is charged. The disks may not be modified.
  8.  
  9. On some disks there is still some space left. These areas must
  10. remain empty to enable future updates. No files may be added,
  11. altered or deleted. However, public domain / share-ware
  12. libraries may add the usual information file(s) as long as the
  13. total length of these files is less than 25 KB.
  14.  
  15. The information on these disks may not be published in any form
  16. without written permission by the author. A registered owner
  17. may however use parts of the manuals in his/her own commercial/
  18. non-commercial programs/articles.
  19.  
  20. This product is offered "as is" with no representation for any
  21. particular purpose. The user assumes all risks and
  22. responsibilities related to its use. The material on these
  23. disks is believed to be accurate, but the author reserves the
  24. right to make changes without notice.
  25.  
  26.  
  27.  
  28. ---------------------------------------------------------------
  29.  
  30.  
  31.                    AMIGA C ENCYCLOPEDIA
  32.  
  33.                            V3.0
  34.  
  35. The Amiga C Encyclopedia is the largest collection of documents,
  36. examples and utilities in C for the Amiga. It consists of six
  37. manuals with more than 40 chapters, 175 fully executable
  38. examples complete with source code and several utilities and
  39. other goodies. It all adds up to a complete work on how to
  40. program in C on the Amiga.
  41.  
  42. All documents, examples, and programs can easily be accessed
  43. from Workbench. The Amiga C Encyclopedia consists of simple as
  44. well as complex examples, which go deeper into each subject
  45. than any other manual. The Amiga C Encyclopedia can both be
  46. read as a tutorial and as a reference manual.
  47.  
  48. The Amiga C Encyclopedia is completely compatible with both
  49. Amiga Dos version 1.3 and 2.x. The manuals can be used on any
  50. Amiga with 512 KB or more, and can easily be installed on a
  51. hard disk.
  52.  
  53. The programs are written in SAS (Lattice) C V5.10, but will
  54. compile perfectly with older versions, as well as with other
  55. C compilers. All programs and examples follow Commodore's
  56. programming recommendations. They contain full error checking
  57. and return all allocated resources.
  58.  
  59. Everything is stored on 12 disks. This means that you will save
  60. weeks of work since you do not have to type in the examples
  61. yourself. You can directly run the already compiled programs,
  62. or immediately start to experiment with the source code.
  63. Programming should be fun!
  64.  
  65. ---------------------------------------------------------------
  66.  
  67.  
  68.        THE AMIGA C ENCYCLOPEDIA CONSISTS OF SIX MANUALS
  69.  
  70.                           AMIGA
  71.  
  72. This manual contains general information about C and the Amiga.
  73. It prepares the reader and explains all necessary things a
  74. programmer must know before he/she can start to write programs
  75. for the Amiga. Useful hints and tips are explained and some
  76. useful tools are included.
  77.  
  78. This manual also contains ten extensive appendices; complete
  79. table of contents, all described functions and all given
  80. examples are listed, ASCII and Raw Key Code tables,
  81. explanations of the Guru Meditation Codes, information about
  82. normal as well as binary operators in C, and a lot  more...
  83.  
  84.                         INTUITION
  85.  
  86. Almost everything you need to know about Intuition is explained
  87. in this manual. Screens, Windows, Graphics, Gadgets, Requesters,
  88. Alerts, Menus and IDCMP are described in every detail. Complete
  89. with more than 70 examples.
  90.  
  91. In this manual you will also find a powerful file requester and
  92. a useful colour requester which both easily can be included in
  93. your own programs. A lot of extra information about Intuition
  94. and other goodies are also included.
  95.  
  96.                         GRAPHICS
  97.  
  98. This third manual describes how to use the unique and complex
  99. graphical routines in the Amiga. It covers the Low Level
  100. Graphical routines, describes how to use and load different
  101. types of Fonts, explains how to handle hardware Sprites as well
  102. as VSprites. Also included is a huge chapter about BOBs and how
  103. to use the special collision routines, a lot of graphical
  104. tricks like text and map Scrolling as well as information about
  105. the Blitter. If all this would not be enough, a unique set of
  106. 3D routines are included as well as a lot of documentation
  107. about the Copper.
  108.  
  109. A useful utility which converts normal disk fonts into C code
  110. is also included together with a unique Copper designer tool
  111. with which spectacular copper lists easily can be created. 
  112.  
  113.                          SYSTEM
  114.  
  115. This manual describes how the Amiga's operating system and
  116. hardware are working and explains the AmigaDos file system. It
  117. also includes information about the system lists, how to use
  118. message ports and send messages between programs, and a lot of
  119. other useful stuff like hardware hacks and dirty input
  120. routines.
  121.  
  122.                          DEVICES
  123.  
  124. The special Amiga devices are explained in this fifth manual.
  125. All these devices are fully covered: Timer, Gameport, Audio,
  126. Narrator, Trackdisk, Serial, Parallel and Printer. Complete
  127. with information about how to handle both synchronous and
  128. asynchronous requests. These chapters are extremely useful if
  129. you are serious about programming on the Amiga. Everything from
  130. simply checking the time to printing graphics is explained.
  131.  
  132. Several useful routines which easily can be used are also
  133. included in most chapters. With these routines together with
  134. the documentation you can very quickly start to use the
  135. technically advanced parts in the Amiga.
  136.  
  137.                           SOUND
  138.  
  139. This currently last manual consists of two very useful and easy
  140. to handle sound utilities. The first utility, EasySound, is
  141. used to load and play sampled sound effects. It has been
  142. completely rewritten and can now be used to control almost all
  143. aspects of the sound. The second utility is used to convert
  144. sound effects into C code which then easily can be included in
  145. your own programs. 
  146.  
  147. In this manual you will also find a nice collection of almost
  148. all different types of presampled sound effects which can be
  149. used in your own programs and games. 
  150.  
  151.                 AND MUCH, MUCH, MUCH MORE...
  152.  
  153. ---------------------------------------------------------------
  154.  
  155.  
  156.     HOW TO ACQUIRE THE COMPLETE AMIGA C ENCYCLOPEDIA
  157.  
  158. These disks contain almost the entire encyclopedia. To get the
  159. last parts that cover BOBs, 3D routines, Copper lists and
  160. Graphical Tricks, you simply register your copy.
  161.  
  162. The registration fee is only 30, $60, SEK 300, or similar
  163. amount in your own currency (price includes everything). The
  164. Amiga C Encyclopedia is the largest collection of documents,
  165. examples and utilities in C for the Amiga and it is still among
  166. the cheapest manuals. But this is not all, a registered owner
  167. will also get:
  168.  
  169.   1. Two disks containing the last parts of the encyclopedia.
  170.      The disks will be sent by first class air mail.
  171.  
  172.   2. Registration card for the Amiga C Club (ACC).
  173.  
  174.   3. Immediate information about updates.
  175.  
  176.   4. Updated versions of the encyclopedia for only the cost of
  177.      disks plus postage and packing.
  178.  
  179.   5. Assistance with digitizing colour pictures and sampling
  180.      sound effects.
  181.  
  182.   6. Unlimited help with your C programs. You never have to be
  183.      alone with your problems.
  184.  
  185.   7. The right to use parts of the manual in your own
  186.      commercial/non-commercial programs/articles.
  187.  
  188. Can any other manual give you all this???
  189.  
  190. The simplest way of paying is to include the money in a letter
  191. in cash. US dollar bills, English pounds or Swedish SEK are
  192. preferred, but all currencies are accepted. You can also send
  193. the money as a "Postal Money Order", ask your local bank or
  194. post office. Please do not use cheques. It is sadly extremely
  195. expensive to cash a foreign cheque here in Sweden.
  196.  
  197. If you live in Scandinavia you can send the money to "Svenska
  198. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  199. mottagare: Datra".
  200.  
  201. Please send the registration fee together with your complete
  202. address to:
  203.  
  204.   Datra, Amiga C Club
  205.   Anders Bjeri
  206.   Tulevagen 22
  207.   181 41  LIDINGO
  208.   SWEDEN
  209.  
  210. I have worked for more than four years now with this
  211. encyclopedia, and with your help I can continue to improve it.
  212.  
  213. Happy programming!!!
  214.  
  215.